.container{
    width: 1200px;
    margin: 0 auto;
}
a:hover span{
    color: rgba(99, 198, 151, 1);
}
.banner{
    width: 100%;
    height: 432px;
    background-image: url(../../img/v2022/country/banner_us.png);
    background-size: cover;
}
.banner.uk{
    background-image: url(../../img/v2022/country/banner_uk.png);
}
.banner.japan{
    background-image: url(../../img/v2022/country/banner_japan.png);
}
.banner.au{
    background-image: url(../../img/v2022/country/banner_au.png);
}
.banner.canada{
    background-image: url(../../img/v2022/country/banner_canada.png);
}
.banner .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.receive_box{
    width: 288px;
    height: 360px;
    background-image: url(../../img/v2022/country/receive_bg.png);
    background-size: cover;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
}
.receive_box h4{
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
}
.receive_inputs{
    width: 100%;
    margin-top: 30px;
    padding-left: 10px;
    box-sizing: border-box;
}
.receive_input_line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.receive_input{
    width: 114px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
}
.receive_input.big{
    width: 100%;
}
.receive_input.select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FFFFFF url(../../img/v2022/country/down_icon.png) no-repeat scroll 92px;
    background-size: 10px 5px;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.receive_input::placeholder{
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.receive_btn{
    width: 114px;
    height: 40px;
    background-color: #3DB8E9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.receive_btn.big{
    width: 100%;
    height: 50px;
    border-radius: 30px;
    margin-top: 20px;
}
.receive_btn.dis{
    background-color: #BCD1C7;
}
.application_title{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.application_title.fixed{
    width: 100%;
    height: 70px;
    background-color: #F2F3F8;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.application_title.fixed .common_title{
    font-size: 18px;
    font-weight: normal;
    margin-right: 60px;
}
.application_title.fixed .application_nav{
    width: 134px;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.common_title{
    color: #000000;
    font-size: 36px;
}
.common_title:hover{
    color: #000000 !important;
}
.application_navs{
    display: flex;
    align-items: center;
}
.application_nav{
    color: #000000;
    font-size: 18px;
    margin-left: 60px;
    display: block;
}
.application_title.fixed .application_nav.active{
    width: 134px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application_table{
    margin-top: 40px;
}
.application_table_line{
    width: 100%;
    min-height: 53px;
    display: flex;
    border-bottom: 1px solid #F5F5F5;
}
.application_table_line.title{
    height: 62px;
    min-height: auto;
    background-color: #121212;
    border-bottom: none;
}
.application_table_title{
    width: 176px;
    border-right: 1px solid #F5F5F5;
    box-sizing: border-box;
}
.application_table_title.other{
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application_table_ba{
    width: 512px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px solid #F5F5F5;
    position: relative;
}
.application_table_ba.other::after{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -7px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background-size: 16px 16px;
    border-top-right-radius: 5px;
    background-color: #121212;
    transform: rotate(45deg);
}
.ba_icon{
    width: 45px;
    height: 40px;
    margin-left: 10px;
}
.application_table_text{
    width: 512px;
    padding: 16px 0 16px 40px;
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-right: 1px solid #F5F5F5;
}
.application_btns{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.application_btn{
    width: 208px;
    height: 60px;
    border-radius: 20px;
    background: #000000;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin: 0 25px;
    box-sizing: border-box;
}
.application_btn.big{
    width: 220px;
    font-size: 14px;
    margin: 0;
}
.application_btn.center{
    justify-content: center;
    padding-left: 0;
    position: relative;
}
.application_btn::after{
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../img/v2022/country/right_arrow.png);
    background-size: cover;
    margin-left: 10px;
}
.application_btn.center::after{
    position: absolute;
    right: 20px;
}
.application_btn:hover{
    color: #FFFFFF !important;
    background: #000000 linear-gradient(90deg, #74D3F9 0%, #B5EA9D 100%);
}
.school_boxs{
    display: flex;
    justify-content: space-between;
}
.school_navs{
    width: 278px;
    height: 704px;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
    border-radius: 20px;
    padding: 60px 20px 0;
    box-sizing: border-box;
}
.school_searchs{
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    display: flex;
    margin-bottom: 30px;
}
.school_search_input{
    flex: 1;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    color: #000000;
    border-radius: 30px;
}
.school_search_btn{
    width: 72px;
    height: 50px;
    background-color: #000000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}
.school_search_input::placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.school_nav_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.school_nav{
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
}
.school_nav:hover{
    background-color: rgba(255, 255, 255, 0.2);
    color: #000000 !important;
}
.school_nav.small{
    width: 114px;
}
.school_titles{
    width: 100%;
    height: 60px;
    background-color: #F5F5F5;
    border-radius: 20px 20px 0 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
}
.school_title{
    font-size: 18px;
    font-weight: bold;
}
.school_title_more{
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000000;
}
.school_title_more:hover span{
    color: #63C697;
}
.more_icon{
    width: 15px;
    height: 15px;
    background-image: url(../../img/v2022/country/more_icon.png);
    background-size: cover;
    margin-left: 5px;
}
.school_title_more:hover .more_icon{
    background-image: url(../../img/v2022/country/more_active_icon.png);
}
.school_box{
    width: 586px;
}
.school_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.school_slide{
    width: 288px;
    height: 208px;
    border: 2px solid #F5F5F5;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 14px 10px 0;
    margin-bottom: 10px;
	position: relative;
    background-color: #FFFFFF;
    cursor: pointer;
}
.school_slide.small{
    height: 188px;
    margin-bottom: 0;
}
/* .school_slide:hover {
    border-color: transparent;
}
.school_slide:hover::after{
	content: '';
	width: 290px;
	height: 168px;
    border-radius: 25px;
	overflow: hidden;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
	position: absolute;
	top: -3px;
	left: -3px;
    z-index: -1;
} */
.school_slide_logo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 5px;
    flex-shrink: 0;
}
.school_slide_logo>img{
    border-radius: 50%;
    border: 1px solid #000000;
    box-sizing: border-box;
}
.school_slide_infos{
    display: flex;
}
.school_slide_info{
    height: 50px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.school_slide_info>h4{
    color: #000000;
    font-size: 18px;
}
.school_slide_info>p{
    letter-spacing: 0;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.school_slide_desc{
    margin-top: 6px;
    color: #000000;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.school_slide_desc>p:nth-child(2){
    letter-spacing: 0;
    margin-top: 6px;
    line-height: 20px;
}
.school_slide_title{
    width: 100%;
    color: #63C697;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.school_slide_title>span{
    flex-shrink: 0;
    margin-right: 10px;
}
.school_slide_title::after{
    content: '';
    flex: 1;
    height: 1px;
    background-color: rgba(99, 198, 151, 0.4);
}
.school_slide_more{
    width: 134px;
    height: 30px;
    border: 1px solid #63C697;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #63C697;
    font-size: 12px;
    border-radius: 30px;
    box-sizing: border-box;
    margin-top: 10px;
}
.school_slide_more:hover{
    background-color: #63C697;
    color: #FFFFFF !important;
}
.qs_ranks{
    width: 274px;
	height: 704px;
	border: 2px solid #F5F5F5;
	box-sizing: border-box;
	background-color: #F5F5F5;
	border-radius: 20px;
	overflow: hidden;
    flex-shrink: 0;
}
.qs_ranks.major{
    height: 620px;
    background: none;
}
.qs_rank_box{
	width: 100%;
	height: 105px;
	background-image: url(../../img/v2022/country/qs_rank_bg1.png);
	background-size: cover;
	padding: 17px 17px 0;
	box-sizing: border-box;
}
.qs_ranks.major .qs_rank_box{
    height: 83px;
    background-image: url(../../img/v2022/country/qs_rank_bg.png);
}
.qs_rank_title{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	white-space: nowrap;
}
.qs_rank_list{
	margin-top: -25px;
}
.qs_ranks.major .qs_rank_item_country{
    width: 60px;
}
.qs_rank_item{
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 1px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #000000;
}
.qs_rank_item:hover{
	background-color: rgba(255, 255, 255, 0.2);
	color: #00695F;
}
.qs_rank_item:hover .qs_rank_item_num.top{
	background-image: url(../../img/v2022/country/rank_num_bg_a.png);
}
.qs_rank_item:first-child:hover{
	background-color: #F5F5F5;
}
.qs_rank_item:hover .qs_rank_item_school>span:last-child{
    color: rgba(99, 198, 151, 1);
}
.qs_rank_item_num{
	width: 50px;
	height: 30px;
	padding-left: 25px;
	box-sizing: border-box;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 25px;
	flex-shrink: 0;
}
.qs_rank_item_num.top{
    width: 50px;
    height: 30px;
    background-color: transparent;
	background-image: url(../../img/v2022/country/rank_num_bg.png);
	background-size: cover;
}
.qs_rank_item_country{
	width: 45px;
	font-size: 14px;
	margin-right: 20px;
	flex-shrink: 0;
}
.qs_rank_item_school{
	font-size: 14px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    line-height: 1;
}
.qs_rank_item_school>span:first-child{
    font-weight: bold;
}
.qs_rank_item_school>span:last-child{
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
}
.qs_rank_more{
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
	line-height: 20px;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.school_nav_more{
    color: #000000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    text-decoration: underline;
    margin-top: 50px;
}
.major_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.top_school_swiper{
	width: 894px;
    height: 620px;
}
.top_school_swiper .swiper-pagination{
    display: flex;
    justify-content: flex-start;
    padding-left: 12px;
}
.top_school_line{
	width: 100%;
	height: 60px;
	color: #000000;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #F5F5F5;
	border-radius: 45px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin-top: 10px;
}
.top_school_line:nth-child(2n+1){
	background-color: #F5F5F5;
}
.top_school_line>div{
	margin-right: 20px;
    letter-spacing: 0.15px;
}
.top_school_line>div:last-child{
	margin-right: 0;
}
.top_school_line.title{
	font-weight: bold;
	font-size: 18px;
	border-radius: 20px 20px 0 0;
	background-color: #F5F5F5;
	margin-top: 0;
}
.top_school_type{
    width: 80px;
    text-align: center;
}
.top_school_cost{
    width: 90px;
    text-align: center;
}
.top_school_cost.other{
    color: #EF6A60;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
}
.top_school_country{
	width: 60px;
	text-align: center;
}
.top_school_degree{
	width: 100px;
	text-align: center;
}
.top_school_school{
	width: 100px;
}
.top_school_major{
	width: 164px;
}
.top_school_require{
	width: 170px;
}
.top_school_language{
	flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.top_school_require_btn{
	width: 140px;
	height: 40px;
	border: 1px solid #63C697;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #63C697;
	font-size: 14px;
    font-weight: bold;
	margin: 0 auto;
	border-radius: 30px;
}
.top_school_require_btn:hover, .major_slide_more:hover{
	background: linear-gradient(90deg, #74D3F9 0%, #B5EA9D 100%);
	color: #000000 !important;
	border-color: transparent;
}
.major_slide_more{
    width: 160px;
    height: 40px;
    border: 1px solid #63C697;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #63C697;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto 0;
}
.cost_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.cost_item{
    width: 382px;
    height: 302px;
    background-image: url(../../img/v2022/country/cost_bg.png);
    background-size: cover;
    padding: 30px 20px 0;
    box-sizing: border-box;
    position: relative;
}
.cost_item_title{
    width: 80px;
    height: 40px;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.cost_item_contents{
    margin-top: 20px;
    padding-left: 10px;
}
.cost_item_content{
    display: flex;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
}
.cost_item_content.other{
    line-height: 20px;
}
.cost_item_content>span{
    font-weight: bold;
    letter-spacing: 0;
    flex-shrink: 0;
}
.cost_item_content>p{
    letter-spacing: 0;
}
.cost_item_desc{
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #000000;
    font-size: 14px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
}
.cost_item_desc.flexe{
    justify-content: flex-end;
}
.scholarship_list{
    width: 100%;
    padding: 16px 30px 16px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    margin-top: 20px;
    background: #F5F5F5 linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #B5EA9D 100%);
}
.scholarship_title{
    width: 132px;
    height: 78px;
    background-image: url(../../img/v2022/country/scholarship_bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #060B04;
    font-size: 18px;
    font-weight: bold;
    margin-right: 35px;
}
.scholarship_icon{
    width: 30px;
    height: 30px;
    background-image: url(../../img/v2022/country/scholarship_icon.png);
    background-size: cover;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.scholarship_contents{
    display: flex;
}
.scholarship_content{
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 20px;
    margin-right: 50px;
    letter-spacing: 0;
}
.scholarship_content.second{
    width: 250px;
}
.scholarship_content.third{
    width: 160px;
}
.news{
    margin-bottom: 40px;
}
.news_lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.news_box{
    width: 376px;
    margin-right: 36px;
}
.news_box:nth-child(3n){
    margin-right: 0;
}
.news_title{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    border-left: 2px solid #63C697;
    padding-left: 6px;
    line-height: 25px;
    margin-left: 10px;
}
.news_list{
    width: 100%;
    height: 337px;
    border: 2px solid #F5F5F5;
    box-sizing: border-box;
    padding: 10px 10px 20px;
    margin-top: 10px;
    border-radius: 18px;
}
.news .news_item_big{
    width: 100%;
    height: auto;
    display: flex;
}
.news_item_img{
    width: 155px;
    height: 103px;
    border-radius: 20px;
    flex-shrink: 0;
    margin-right: 10px;
}
.news_item_img img{
    border-radius: 20px;
}
.news_item_infos{
    height: 103px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 10px 0 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_item_infos h4{
    color: #15A963;
    font-size: 14px;
    line-height: 20px;
}
.news_item_infos p{
    line-height: 20px;
}
.news .news_item{
    height: auto;
    line-height: 20px;
    color: #000000;
    font-size: 14px;
    display: block;
    margin-top: 20px;
}
.major_titles{
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.news_tabs{
    display: flex;
}
.news_tab{
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    border-bottom: 1px solid transparent;
    margin: 0 20px;
}
.news_tab.active{
    color: #63C697;
    border-color: #63C697;
}
.timeline_list{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.timeline_item{
    width: 585px;
    height: inherit;
    display: flex;
    flex-direction: column;
}
.timeline_item_contents{
    flex: 1;
    background-color: #F5F5F5;
    border-radius: 20px;
}
.timeline_item_title{
    width: 100%;
    height: 83px;
    background-image: url(../../img/v2022/country/timeline_bg.png);
    background-size: cover;
    padding-left: 30px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
}
.timeline_item_content{
    width: 100%;
    padding: 4px 20px 10px 30px;
    box-sizing: border-box;
}
.timeline_item_line{
    display: flex;
    margin-bottom: 20px;
}
.timeline_item_circle{
    width: 16px;
    height: 16px;
    border: 1px solid #63C697;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 2px;
}
.timeline_item_circle::after{
    content: '';
    width: 12px;
    height: 12px;
    background-color: #63C697;
    border-radius: 50%;
}
.timeline_item_circle.small::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #63C697;
    border-radius: 50%;
}
.timeline_item_text{
    color: #000000;
    font-size: 14px;
}
.timeline_item_text>span{
    font-weight: bold;
    margin-right: 10px;
}
.timeline_item_tips{
    width: 100%;
    height: 106px;
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
}
.timeline_item_tip_icon{
    width: 26px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 20px;
}
.timeline_item_tips .orange{
    color: #EF6A60;
    font-size: 18px;
    font-weight: bold;
}
/* 表单 */
.form{
    width: 100%;
    height: 200px;
    background-image: url(../../img/v2022/country/form_bg.png);
    background-size: cover;
    padding-top: 40px;
    box-sizing: border-box;
}
.form .container{
    position: relative;
}
.form_title{
    color: #000000;
    font-size: 18px;
    text-align: center;
}
.form_lists{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.form_item{
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.form_item_inputs{
    width: 260px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 25px;
}
.form_item_input{
    width: 100%;
    height: 100%;
    font-size: 14px;
    border-radius: 25px;
    text-align: center;
}
.form_item_input.select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../img/v2022/country/down_icon.png) no-repeat scroll 90%;
    background-size: 16px 8px;
}
.form_item_input.btn{
    background-color: #3DB8E9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 0;
}
.form_item_input.btn.dis{
    background-color: #BCD1C7;
}
.form_item_input::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.6);
}
.form_item_input::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.form_item_input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.form_btn{
    width: 260px;
    height: 50px;
    background-color: #63C697;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.swiper-container{
    height: 100%;
}
.swiper-pagination{
	width: 100%;
	position: static;
	display: flex;
    justify-content: center;
	margin-top: 20px;
}
.swiper-pagination-bullet.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid #63C697;
    opacity: 1;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    margin: 0 5px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 0;
    height: 0;
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #63C697;
    background: transparent;
    border-radius: 0;
}